Added GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestMode
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 5 Mar 2011 08:49:49 +0000 (17:49 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 25 Mar 2011 09:42:07 +0000 (18:42 +0900)
commit887142f1f5d364765bc84a46ddb187be08261710
tree25591d2b4c6df43b2d1b443c5a94340f1bd69567
parent59440927d001e4d6400548a9e7f02dd43be6a4d0
Added GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestMode

The constant size request mode defines a request mode where
height-for-width geometry is unneeded, thus optimizing GTK+
by reducing the overall amount of requests that need to be
performed and cached while resizing an interface.
gtk/gtkbin.c
gtk/gtkbox.c
gtk/gtkcellview.c
gtk/gtkcontainer.c
gtk/gtkenums.h
gtk/gtkgrid.c
gtk/gtklabel.c
gtk/gtksizerequest.c
gtk/gtkwidget.c
gtk/gtkwidget.h